home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-21 / qwhite.zip / REMM.TEC < prev    next >
Text File  |  1992-03-09  |  5KB  |  98 lines

  1. ID:RM REMM.SYS Driver Optimization
  2. Quarterdeck Technical Note #101
  3. by Myke Keefe 
  4. last revision: 12 February 1992
  5.  
  6. Owners of the AST line of computers and/or memory boards on 8088, 8086, and 
  7. 80286 based computers need to run the program REMM.SYS to activate the 
  8. expanded memory features they provide.
  9.  
  10. REMM.SYS is installed in your CONFIG.SYS file by adding the line:
  11.  
  12.      DEVICE=REMM.SYS
  13.  
  14. EXTENDED MEMORY
  15.  
  16. If you have a 286 based system with only 640K of RAM, then you should set 
  17. aside 128K of memory as exTENded and load QEXT.SYS (Quarterdeck Extended 
  18. Memory Manager) in your CONFIG.SYS file after REMM.SYS.  This adds support for 
  19. a new memory specification called XMS (eXtended Memory Specification) which 
  20. can be used in addition to EMS to provide memory beyond 640K to your programs. 
  21. If your computer already has at least 64K of extended memory already you do 
  22. not need to allocate any memory from the AST memory board as exTENded.  
  23.  
  24. RESOLVING MEMORY CONFLICTS 
  25.  
  26. If you have any options installed in your computer like network boards or non-
  27. standard video adapters or hard disk controllers or other "unusual" features 
  28. you should proceed with caution.  If you have such things then please be 
  29. familiar with REMM's /X (eXclude) parameter as you will probably have to use 
  30. it to prevent a memory conflict.  Check the owner's or installation manuals 
  31. for these types of adapters/options to determine if they use any memory 
  32. between 640K and 1024K as ROM or if they set up a of RAM buffer in reserved 
  33. memory.  These areas will probably need to be eXcluded from use by REMM.SYS
  34.  
  35. GETTING MORE HIGH ADDRESS SPACE & REDUCING REMM'S MEMORY USAGE
  36.  
  37. To reduce the risk of memory conflict, REMM will not make available all areas 
  38. that you can utilize with Quarterdeck's DESQview and QRAM products.  Usually 
  39. you can reclaim 32K or more by utilizing unused video memory.  See below for 
  40. instructions on how to do this.  REMM.SYS can be told to use areas with the /L 
  41. (incLude) parameter on REMM.SYS.  This tells REMM to use an area that it may 
  42. not normally use by default.  
  43.  
  44. You can also minimize the amount of memory that REMM.SYS itself uses by 
  45. limiting Process IDs and Contexts.  We have found that most users generally 
  46. use only 8-10 of either PIDs and Contexts and don't need all 64 or 255 that 
  47. REMM will allocate by default. To limit PIDs and Contexts you should use the 
  48. parameters /P=16 and /C=16.  This is shown in the following examples.  
  49.  
  50. To include the unused monochrome areas available when you only have an EGA or 
  51. VGA adapter attached to a COLOR monitor use this example:
  52.  
  53.      DEVICE=REMM.SYS /P=16 /C=16 /L=B000-B7FF 
  54.  
  55. If you are using a Monochrome or Hercules Graphics Adapter, you can gain 64K 
  56. of additional memory by including A000-AFFF.  For example:
  57.  
  58.      DEVICE=REMM.SYS /P=16 /C=16 /L=A000-AFFF /X=B000-BFFF
  59.  
  60. A whole 96K of RAM can be reclaimed if you have a Color Graphics adapter (CGA) 
  61. by using this example:
  62.  
  63.      DEVICE=REMM.SYS /P=16 /C=16 /L=A000-B7FF /X=B800-BFFF
  64.  
  65. If you have an AST Premimum computer you can use /S=E000 to place the EMS Page 
  66. Frame at E000 and thus get 64K more memory for DESQview or QRAM.  
  67.  
  68. For example, if you had a Premimum 286 with a VGA the line would be: 
  69.  
  70.      DEVICE=REMM.SYS /p=16 /c=16 /L=B000-B7FF /S=E000 
  71.  
  72. HIGH SPEED COMMUNICATIONS IN DESQVIEW
  73.  
  74. If you intend to use baud rates greater than 2400 baud while using 
  75. Quarterdeck's DESQview, you may want to use the older REMM 3.x versions.  
  76. These older versions of REMM.SYS only support EEMS (AST's proprietary expanded 
  77. memory specification), but operate much faster than the newer versions, which 
  78. also support the more popular EMS 4.0 specifications.  AST may speed up their 
  79. EMS 4.0 drivers in the future, so you may want to check their BBS for newer 
  80. versions.  
  81.  
  82. MULTI-TASKING WITH REMM.SYS
  83.  
  84. AST Memory Products support multi-tasking if set up properly.  Please refer to 
  85. Appendix B of the DESQview manual, especially page 149 of the DESQview 2.0 
  86. manual; Quarterdeck Technical Bulletin #136, "EMS 4.0 boards and DESQview", 
  87. contains more information on this matter.
  88.  
  89. All versions of REMM.SYS and further information can be downloaded from the 
  90. AST Research BBS: (714) 727-4723.  I recommend downloading REMMINFO.TXT for 
  91. more information about the Rampage Expanded Memory Manager. 
  92.  
  93.   ************************************************************************
  94.   *This technical note may be copied and distributed freely as long as it*
  95.   *is distributed in its entirety and it is not distributed for profit.  *
  96.   *         Copyright (C) 1990-2 by Quarterdeck Office Systems           *
  97.   ************************ E N D   O F   F I L E *************************
  98.